home *** CD-ROM | disk | FTP | other *** search
/ 600 Games / 600games.iso / Estrategia / tactics_core.swf / scripts / DefineButton2_693 / BUTTONCONDACTION on(release).as next >
Encoding:
Text File  |  2007-03-20  |  220 b   |  10 lines

  1. on(release){
  2.    if(_parent._parent.movecells == null && _parent._parent.attackcells == null)
  3.    {
  4.       var s = new Sound(this);
  5.       s.attachSound("Beep1");
  6.       s.start();
  7.       unit.showmoverange();
  8.    }
  9. }
  10.